projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
f2cf284
8be27b5
)
Auto merge of #2891 - upsuper:fix-search-path, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 18 Jul 2016 23:20:20 +0000
(16:20 -0700)
committer
GitHub
<noreply@github.com>
Mon, 18 Jul 2016 23:20:20 +0000
(16:20 -0700)
Search dylib path from cargo before system
Cargo should have more knowledge about what it is looking for, and thus its paths should be more correct compared to system's. When there are conflicts, the search paths provided by the build system should take priority.
Trivial merge